home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / spitfire / sfrom22b.zip / SFROM.MAS < prev    next >
Text File  |  1996-01-14  |  4KB  |  112 lines

  1. ;  SF-ROM 2.20     SFROM.MAS - This is the master control file for SF-ROM.
  2. ;
  3. ;  Lines beginning with a semicolon are ignored by SF-ROM.
  4. ;  Commands must be begin on the far left margin as shown below.
  5. ;  Commands are not case sensitive. Commands must be spelled correctly.
  6. ;  One or more blank spaces may be used between parts of a command.
  7. ;
  8. ;
  9. DISKS
  10. 1   ON   >0   0   C:\CDROM\DISK1\SFROM.CFG  "Night Owl 18"
  11. 2   OFF  >0   0   C:\CDROM\DISK2\SFROM.CFG  "Arsenal Files 3"
  12. 3   OFF  >0   0   C:\CDROM\DISK3\SFROM.CFG  "So Much Shareware 5"
  13. 4   OFF  >0   0   C:\CDROM\DISK4\SFROM.CFG  "Cream of the Crop 10"
  14. 5   OFF  >0   0   C:\CDROM\DISK5\SFROM.CFG  "Pier 7"
  15. 6   OFF  >0   0   C:\CDROM\DISK6\SFROM.CFG  "Simtel MS DOS"
  16. DISKS
  17. ;
  18. ;
  19. ;  EXPLANATION OF THE "DISKS" COMMAND SECTION SHOWN ABOVE:
  20. ;  Each line in the DISKS section "points" to a SFROM.CFG file for a disk.
  21. ;  The example above shows 6 disks, but you can have from 1 to 228 disks.
  22. ;  There must be one disk per line.
  23. ;  The list MUST BEGIN and END with the command "DISKS".
  24. ;  COLUMN 1 is the number the caller types to select the disk.
  25. ;     The selection numbers 1 to 6 are used in the example above.
  26. ;  COLUMN 2 shows the disk status:
  27. ;     ON   ( Online. Downloads allowed. No requests. )
  28. ;     REQ  ( Requests allowed. No downloads. Registered version only. )
  29. ;     OFF  ( Offline. Browse only. No downloads or requests allowed.  )
  30. ;     CLO  ( Closed. Noone can enter this disk.
  31. ;     AUTO-REQ  ( Online if disk in drive, otherwise set to REQ )
  32. ;     AUTO-OFF  ( Online if disk in drive, otherwise set to OFF )
  33. ;     AUTO-CLO  ( Online if disk in drive, otherwise set to CLO )
  34. ;     If you use any AUTO command for a disk, then you MUST use the
  35. ;     Volume command in the SFROM.CFG for that disk.
  36. ;  COLUMN 3 shows the security level required to enter the disk. Examples:
  37. ;    >5   ( only security levels greater than 5 may enter )
  38. ;    <20  ( only security levels less than 20 may enter )
  39. ;    =30  ( only security level equal to 30 may enter )
  40. ;    There must be NO SPACES between the symbol and the level number.
  41. ;  COLUMN 4 is the type. Set this to 0 for a CD-ROM disk or magnetic drive.
  42. ;  COLUMN 5 is the full path and file name of the SFROM.CFG used for each
  43. ;    CD-ROM disk. Create a separate subdirectory for each disk. Place all
  44. ;    the files for that particular disk (SFROM.CFG, DISK.CLR, DISK.BBS)
  45. ;    in the same subdirectory.
  46. ;  COLUMN 6 is the disk name. Optional. Must be between double quotes.
  47. ;
  48. ;
  49. ;  *** You MUST edit the following 3 directories to match your setup. ***
  50. ;  *** These directories may have any name, but must exist on the hard drive.
  51. ;  *** All BBS nodes must share the same HomeDir and RequestDir ***
  52. ;
  53. HomeDir     C:\CDROM
  54. HoldDir     C:\CDROM\HOLD
  55. RequestDir  C:\CDROM\REQUEST
  56. ;
  57. ;
  58. ;  ***  The following commands are optional ***
  59. ;
  60. Driver  UART
  61. ;
  62. AutoMenu  ON
  63. ;
  64. CopyToMag  ON
  65. Share  OFF
  66. FileView  ON
  67. CheckSize  ON
  68. ;
  69. TimeOut  240
  70. DelaySecs  10
  71. Debug  ON
  72. DebugVol  ON
  73. AllowLogOff  ON
  74. LinesPerPage  21
  75. DropPenalty  300
  76. MaxBuff  65500
  77. MaxQ  20
  78. DirectVideo  ON
  79. CheckSnow  OFF
  80. BiosScroll  ON
  81. StatLine  TOP  1  14
  82. ;  NoDownload  5  6  7
  83. ;
  84. ;
  85. ;  *** The following optional commands are for registered versions only ***
  86. ;
  87. ;  KeepUserDays  90
  88. ;  KeepReqDays   30
  89. ;  TotalDown ON
  90. ;  Limit     ALL  12  2000
  91. ;  ReqLimit  ALL  12  2000
  92. ;  NoRequest  5  6  7
  93. ;  FileRatio  10  50
  94. ;  ByteRatio  10  50
  95. ;  Log ON
  96. ;  LogName  C:\SF\CALLERS.TMP
  97. ;  Style  1
  98. ;  LogUserName  OFF
  99. ;  LogLeader  '        '
  100. ;  IndentLog  2
  101. ;  BeforeBat  COMMENT.BAT
  102. ;
  103. ;
  104. ;  *** The following optional commands define the appearance of AutoMenu ***
  105. ;
  106. ;  AutoMenuTitle  Files on CD-ROM
  107. ;  AutoMenuColor  TOP      12  15  15  15
  108. ;  AutoMenuColor  ONLINE   15  14  11  15
  109. ;  AutoMenuColor  REQUEST   7  14   3   7
  110. ;  AutoMenuColor  OFFLINE   7  14   7   7
  111. ;
  112.